projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d8688
)
gtkframe: remove unused variable
author
Carlos Soriano
<csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:31 +0000
(20:52 +0100)
committer
Carlos Soriano
<csoriano@gnome.org>
Sat, 26 Dec 2015 19:52:31 +0000
(20:52 +0100)
And fix the compiler warning
gtk/gtkframe.c
patch
|
blob
|
history
diff --git
a/gtk/gtkframe.c
b/gtk/gtkframe.c
index b83317869a3787a9ff13b72d446d27f1f29e9b0e..da96b8f6c5d59c57434cbed691d4b94cb4e2c9db 100644
(file)
--- a/
gtk/gtkframe.c
+++ b/
gtk/gtkframe.c
@@
-871,7
+871,6
@@
gtk_frame_real_compute_child_allocation (GtkFrame *frame,
GtkAllocation *child_allocation)
{
GtkFramePrivate *priv = frame->priv;
- GtkWidget *widget = GTK_WIDGET (frame);
GtkAllocation allocation;
gint border_width, height;